home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2001 April / CD Rom Data Nisan 2001.iso / Internet / data1.cab / Program_Executable_Files / ts2lite.exe / %MAINDIR% / Help / TSLite.chm / wdg css reference / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-11-30  |  3.7 KB  |  248 lines

  1. BODY {
  2.     font-size: 75%;
  3. }
  4.  
  5. body, TH, TD {
  6.   background: white;
  7.   color: black;
  8.   font-family: arial, sans-serif;
  9. }
  10.  
  11. TH, TD {
  12.     font-size: 80%;
  13. }
  14.  
  15. HR { 
  16.     color: black;
  17.     height: 1px;
  18.  }
  19.  
  20. h1 {
  21.   color: #c33;
  22.   background: transparent;
  23.   font-weight: bold;
  24.   text-align: left;
  25.   margin-bottom: 0;
  26.   font-size: small;
  27. }
  28.  
  29. h2 {
  30.   color: #00008b;
  31.   background: transparent;
  32.   font-weight: bold;
  33.   font-size: small;
  34. }
  35.  
  36. h3 {
  37.   color: #006400;
  38.   background: transparent;
  39.   margin-left: 4%;
  40.   margin-right: 4%;
  41.   font-weight: bold
  42. }
  43.  
  44. h4 {
  45.   margin-left: 6%;
  46.   margin-right: 6%;
  47.   font-weight: bold
  48. }
  49.  
  50. h5 {
  51.   margin-left: 6%;
  52.   margin-right: 6%;
  53.   font-weight: bold
  54. }
  55.  
  56. ul, ol, dl, p {
  57.   margin-left: 6%;
  58.   margin-right: 6%
  59. }
  60.  
  61. ul ul, table ol, table ul {
  62.   margin-right: 1%
  63. }
  64.  
  65. pre {
  66.   margin-left: 10%;
  67.   white-space: pre;
  68.   font-size: small; /* njb */
  69. }
  70.  
  71. table caption {
  72.   font-weight: bold;
  73. }
  74.  
  75. table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
  76.   margin-left: 0;
  77.   margin-right: 0;  
  78. }
  79.  
  80. p.top {
  81.   margin-left: 1%;
  82.   margin-right: 1%
  83. }
  84.  
  85. blockquote {
  86.   margin-left: 8%;
  87.   margin-right: 8%;
  88.   border: thin ridge #dc143c
  89. }
  90.  
  91. blockquote pre {
  92.   margin-left: 1%;
  93.   margin-right: 1%
  94. }
  95.  
  96. dt a {
  97.   font-weight: bold;
  98.   margin-top: .8em
  99. }
  100.  
  101. a:link {
  102.   color: #00f;
  103.   background: transparent;
  104. }
  105.  
  106. a:visited {
  107.   color: #800080;
  108.   background: transparent;
  109. }
  110.  
  111. a:active {
  112.   color: green;
  113.   background: #FFD700
  114. }
  115.  
  116. .html {
  117.   color: #000080;
  118.   background: transparent
  119. }
  120.  
  121. .css {
  122.   color: #800000;
  123.   background: transparent;
  124. }
  125.  
  126. .javascript {
  127.   color: #008000;
  128.   background: transparent
  129. }
  130.  
  131. .example { margin-left: 10% }
  132.  
  133. dfn {
  134.   font-style: normal;
  135.   font-weight: bolder
  136. }
  137.  
  138. var sub { font-style: normal }
  139.  
  140. .note {
  141.   font-size: 85%;
  142.   margin-left: 10%
  143. }
  144.  
  145. .SMA {
  146.   color: fuchsia;
  147.   background: transparent;
  148.   font-family: Kids, "Comic Sans MS", Jester
  149. }
  150.  
  151. .oops {
  152.   font-family: Jester, "Comic Sans MS"
  153. }
  154.  
  155. .author {
  156.   font-style: italic
  157. }
  158.  
  159. .copyright {
  160.   font-size: smaller;
  161.   text-align: right;
  162.   clear: right
  163. }
  164.  
  165. .toolbar {
  166.   text-align: center
  167. }
  168.  
  169. .toolbar IMG {
  170.   float: right
  171. }
  172.  
  173. .error {
  174.   color: #DC143C;
  175.   background: transparent;
  176.   text-decoration: none
  177. }
  178.  
  179. .warning {
  180.   color: #FF4500;
  181.   background: transparent;
  182.   text-decoration: none
  183. }
  184.  
  185. .error strong {
  186.   color: #DC143C;
  187.   background: #FFD700;
  188.   text-decoration: none
  189. }
  190.  
  191. .warning strong {
  192.   color: #FF4500;
  193.   background: #FFD700;
  194.   text-decoration: none
  195. }
  196.  
  197. .warning a:link, .warning a:visited, .warning a:active {
  198.   color: #FF4500;
  199.   background: transparent;
  200.   text-decoration: underline
  201. }
  202.  
  203. .error a:link, .error a:visited, .error a:active {
  204.   color: #DC143C;
  205.   background: transparent;
  206.   text-decoration: underline
  207. }
  208.  
  209. .error strong a:link, .error strong a:visited, .error strong a:active {
  210.   color: #DC143C;
  211.   background: #FFD700
  212. }
  213.  
  214. .warning strong a:link, .warning strong a:visited, .warning strong a:active {
  215.   color: #FF4500;
  216.   background: #FFD700
  217. }
  218.  
  219. colgroup.entity { text-align: center }
  220.  
  221. .default { text-decoration: underline; font-style: normal }
  222. .required { font-weight: bold }
  223. td li.transitional, .elements li.transitional {
  224.   font-weight: lighter;
  225.   color: #696969;
  226.   background: transparent;
  227. }
  228. td li.frameset, .elements li.frameset {
  229.   font-weight: lighter;
  230.   color: #808080;
  231.   background: transparent;
  232. }
  233.  
  234. .footer, .checkedDocument {
  235.   margin-top: 2em;
  236.   padding-top: 1em;
  237.   border-top: solid thin black
  238. }
  239.  
  240. strong.legal {
  241.   font-weight: normal;
  242.   text-transform: uppercase
  243. }
  244.  
  245. @media print {
  246.   input#toggler, .toolbar { display: none }
  247. }
  248.